@charset "utf-8";

/*-- Theme Color Change Style Start --*/
.customSetting {
    background: #b3e7e2;
    padding: 5px 0;
    width: 100%;
    border-bottom: 1px solid #b3e7e2;
}
.customSetting .topbar-logo-txt {
    color: #4e4e4e;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    text-decoration: none;
}
.customSetting .topbar-logo-txt:hover {
    color: #2c97ea;
    text-decoration: underline !important;
}
.customSetting .topbar-logo-txt:focus {
    border: none;
}
.resizeGroup {
    display: inline-flex;
}
.customSetting .resizeStyle {
    border: 1px solid #000;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin: 0 4px !important;
    padding: 6px 11px;
    box-shadow: none;
}
.customSetting .resizeStyle:hover {
    background: #2c97ea;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}
.customSetting .resizeStyle:focus {
    border: none;
    box-shadow: none;
}
.myColorGroup {
    display: inline-flex !important;
    margin-left: 10px;
}
.myColorGroup button {
    border-radius: 0.25rem;
}
.myColorGroup button:focus {
    box-shadow: none;
    outline: none;
}
.myLightColorBtn {
    height: 22px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #000;
    margin-left: 5px;
}
.myDarkColorBtn {
    height: 22px;
    width: 21px;
    background-color: #000;
    border: 1px solid #000;
    margin-left: 5px;
}
.headSocialLink {
    margin-left: 15px;
}
.headSocialLink a {
    height: 22px;
    width: 21px;
    background-color: #337ab7;
    border: 1px solid #000;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    border-radius: 0.25rem;
    color: #fff;
}
.headSocialLink a:hover {
    background-color: #2c97ea;
}
.headSocialLink a i {
    line-height: 21px;
}
.customSettingFooter {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #b3e7e2;
    padding: 8px 0 5px;
    border-top: 1px solid #b3e7e2;
}
.customSettingFooter .d-flex {
    align-items: center;
}
.customSettingFooter p {
    color: #1a45bf;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    margin: 0;
}
.customSettingFooter a {
    color: #1a45bf;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    text-decoration: none;
}
.customSettingFooter a:last-child {
    margin-right: 0;
    padding-right: 0;
}
.customSettingFooter a:last-child::after {
    display: none;
}
.customSettingFooter a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #4b817b;
    width: 2px;
    height: 100%;
}
.customSettingFooter a:hover {
    text-decoration: underline !important;
}
.footerHelpLine p {
    display: inline-block;
    color: #1a45bf;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    text-decoration: none;
}
.footerHelpLine p:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #4b817b;
    width: 2px;
    height: 100%;
}
/*-- Dark Theme --*/
.myDarkColor .customSetting {
    background: #1d1e26;
    border-bottom: 1px solid #626262;
}
.myDarkColor .customSetting .topbar-logo-txt,
.myDarkColor .customSetting .resizeStyle {
    color: #ff0;
}
.myDarkColor .myLightColorBtn,
.myDarkColor .myDarkColorBtn {
    border-color: #fff;
}
.myDarkColor,
.myDarkColor .listingMain,
.myDarkColor .schoolList {
    background: #1d1e26;
}
.myDarkColor .customSetting .resizeStyle {
    border: 1px solid #fff;
}
.myDarkColor .headSocialLink a,
.myDarkColor footer ul li a,
.myDarkColor .labelControl {
    color: #ff0;
}
.myDarkColor .headSocialLink a:hover {
    color: #ff0 !important;
}
.myDarkColor .loginFrm {
    background: #262932;
}
.myDarkColor a:hover {
    color: #00aaff !important;
}
.myDarkColor .customSettingFooter {
    background-color: #1d1e26;
    border-top: 1px solid #626262;
}
.myDarkColor .customSettingFooter p,
.myDarkColor .customSettingFooter a {
    color: #ff0;
}
.myDarkColor .backLink {
    color: #00aaff;
}
.myLightColorBtn2, 
.myDarkColorBtn2 {
    background: none;
    border: none;
    padding: 0;
    margin: 0 10px;
}
.myColorGroup .myLightColorBtn2:first-child {
    margin-left: 0;
}
/*-- Project Dark Theme Start --*/
.myDarkColor .loginMain {
    background: #1d1e26;
}
.myDarkColor .loginHead h2,
.myDarkColor .loginHead h3,
.myDarkColor .loginFrm h2,
.myDarkColor .loginFrm .captchaBlk a {
    color: #ff0;
}
#myCutmColor .darkModeIcon {
    display: none;
}
#myCutmColor.dark-only .lightModeIcon {
    display: none;
}
#myCutmColor.dark-only .darkModeIcon {
    display: block;
}
.dark-only .cardGrid {
    background-color: #1d1e26;
    border: 1px solid #374558;
}
.dark-only .cardGrid h3 {
    color: #fff;
}
.dark-only .statusSection {
    border-top: 1px solid #374558;
}
.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a span {
    color: #fff;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li svg,
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg {
    stroke: #ffffff;
}
body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li span {
    color: rgba(255,255,255,1);
}
/*-- Project Dark Theme End --*/
/*-- Theme Color Change Style End --*/

